From: Ian Campbell Date: Thu, 5 Jan 2012 17:21:04 +0000 (+0000) Subject: ipxe: remove tarball on clean X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=3df05a9641079896da93f77f4c6d5f773cda3898;p=xen.git ipxe: remove tarball on clean This prevents us picking up a stale tarball when the tag changes. Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Jackson --- diff --git a/tools/firmware/etherboot/Makefile b/tools/firmware/etherboot/Makefile index d23a54b34d..c09140eb19 100644 --- a/tools/firmware/etherboot/Makefile +++ b/tools/firmware/etherboot/Makefile @@ -56,7 +56,7 @@ $D/src/bin/NIC: $D/src/arch/i386/Makefile .PHONY: clean clean: - rm -rf $D $D.git *~ eb-roms.h _$T + rm -rf $D $D.git *~ eb-roms.h _$T $T .PHONY: distclean distclean: clean